home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / serial / callback.001 / callback~ / callback / lib / user / usergroup.c < prev    next >
C/C++ Source or Header  |  1996-07-19  |  114b  |  9 lines

  1.  
  2. #include "user.p"
  3.  
  4. unsigned usergroup(unsigned uid, unsigned gindex)
  5. {
  6.     return(user[uid].groups[gindex]);    
  7. }
  8.  
  9.